Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ShellCode data plugin #20

Merged
merged 1 commit into from
Nov 6, 2022
Merged

Conversation

sphuber
Copy link
Owner

@sphuber sphuber commented Nov 4, 2022

Fixes #3

The ShellCode data plugin is a subclass of the InstalledCode plugin from aiida-core. The new plugin is used by the launch_shell_job utility function whenever a code has to be created on the fly. This will serve to be able to query for these kinds of codes and to distinguish them from codes that are typically setup manually.

@sphuber sphuber force-pushed the feature/003/custom-code-class branch 2 times, most recently from 647b83a to 6e3dd8c Compare November 6, 2022 13:46
The `ShellCode` data plugin is a subclass of the `InstalledCode` plugin
from `aiida-core`. The new plugin is used by the `launch_shell_job`
utility function whenever a code has to be created on the fly. This will
serve to be able to query for these kinds of codes and to distinguish
them from codes that are typically setup manually.
@sphuber sphuber force-pushed the feature/003/custom-code-class branch from 6e3dd8c to 9f92ba0 Compare November 6, 2022 15:12
@sphuber sphuber merged commit a185219 into master Nov 6, 2022
@sphuber sphuber deleted the feature/003/custom-code-class branch November 6, 2022 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider using a custom Code subclass for codes automatically created by launch_shell_job
1 participant